GrapeCity.Xaml.SpreadSheet.Data
RemoveAt Method (NotifyCollectionBase<T>)


The zero-based index of the item to remove.
Removes the item at the specified index.
Syntax
'Declaration
 
Public Overridable Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As NotifyCollectionBase(Of T)
Dim index As Integer
 
instance.RemoveAt(index)
public virtual void RemoveAt( 
   int index
)

Parameters

index
The zero-based index of the item to remove.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is not a valid index in the collection.
System.NotSupportedExceptionThe collection is read-only.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

NotifyCollectionBase<T> Class
NotifyCollectionBase<T> Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options